Determines whether the collection contains a specific value.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public bool Contains(
	T value
)
Visual Basic
Public Function Contains ( _
	value As T _
) As Boolean

Parameters

value
Type: T
Value to look for.

Return Value

True if the collection contains the value.

See Also